*{
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
  padding: 0;
  background-image: url(images/03jpg.jpg); no-repeat;
  background-size: cover;
}

.box {
  width: 450px;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.box-img {
  border-radius: 40%;
  width: 400px;
  height: 300px;
}

.box h1{
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: 100;
}

.box h5 {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 100;
}

.box p {
  text-align: justify;
}

ul {
  margin: 0;
  padding: 0;
}

.box li {
  display: inline-block;
  margin: 6px;
  list-style: none;
}

.box li a {
  color: white;
  text-decoration: none;
  font-size: 30px;
}

.box li a:hover {
  color: #fec5bb;
}
